home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_34007.txt < prev    next >
Text File  |  1988-12-19  |  5KB  |  235 lines

  1. -- background: 34007 from stack: in
  2. -- bmap block id: 18430
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 4 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=156 top=229 right=254 bottom=434
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 18
  21. -- style flags: 0
  22. -- line height: 24
  23. -- part name: Navn
  24.  
  25.  
  26. -- part 5 (field)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=241 top=30 right=49 bottom=360
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 0
  36. -- line height: 18
  37. -- part name: Dato
  38.  
  39.  
  40. -- part 6 (field)
  41. -- low flags: 00
  42. -- high flags: 4000
  43. -- rect: left=155 top=58 right=208 bottom=291
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 10
  49. -- style flags: 0
  50. -- line height: 13
  51. -- part name: 
  52.  
  53.  
  54. -- part 10 (field)
  55. -- low flags: 00
  56. -- high flags: 4000
  57. -- rect: left=299 top=58 right=208 bottom=435
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 3
  62. -- text size: 10
  63. -- style flags: 0
  64. -- line height: 13
  65. -- part name: 
  66.  
  67.  
  68. -- part 11 (field)
  69. -- low flags: 00
  70. -- high flags: 4000
  71. -- rect: left=155 top=263 right=330 bottom=291
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 3
  76. -- text size: 10
  77. -- style flags: 0
  78. -- line height: 13
  79. -- part name: 
  80.  
  81.  
  82. -- part 12 (field)
  83. -- low flags: 00
  84. -- high flags: 4000
  85. -- rect: left=299 top=263 right=330 bottom=435
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 3
  90. -- text size: 10
  91. -- style flags: 0
  92. -- line height: 13
  93. -- part name: 
  94.  
  95.  
  96. -- part 13 (button)
  97. -- low flags: 00
  98. -- high flags: 0000
  99. -- rect: left=460 top=312 right=338 bottom=480
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 16560 / 16560
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Next
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   visual effect wipe left
  111.   go to next card
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 14 (button)
  117. -- low flags: 00
  118. -- high flags: 0000
  119. -- rect: left=440 top=313 right=338 bottom=459
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 15420 / 15420
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Prev
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   visual effect wipe right
  131.   go to previous card
  132. end mouseUp
  133.  
  134.  
  135.  
  136. -- part 15 (button)
  137. -- low flags: 00
  138. -- high flags: 6005
  139. -- rect: left=397 top=31 right=47 bottom=416
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: 
  148.  
  149.  
  150. -- part 19 (button)
  151. -- low flags: 00
  152. -- high flags: 0004
  153. -- rect: left=65 top=142 right=183 bottom=110
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 20186 / 20186
  156. -- text alignment: 1
  157. -- font id: 0
  158. -- text size: 12
  159. -- style flags: 0
  160. -- line height: 16
  161. -- part name: 
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   if the name of this stack contains "Baggrundsideer"
  165.   then
  166.   show card field 1  -- explain why not sort here
  167. else
  168.   answer "Sort√©r alle kortene i denne stak efter:" with "Navn" or "Dato" or "Annuller"
  169.   if it is "Navn"
  170.   then sort by first word of first line of field "Navn"
  171. else if it is "Dato"
  172. then sort dateTime by field "Dato"
  173. end if
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 20 (button)
  179. -- low flags: 00
  180. -- high flags: 0004
  181. -- rect: left=12 top=142 right=183 bottom=56
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 32670 / 32670
  184. -- text alignment: 1
  185. -- font id: 0
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: 
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   show all cards
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 21 (button)
  198. -- low flags: 00
  199. -- high flags: 0004
  200. -- rect: left=11 top=301 right=330 bottom=43
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 21700 / 21700
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Home
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   visual effect iris open
  212.   go Home
  213. end mouseUp
  214.  
  215.  
  216.  
  217. -- part 22 (button)
  218. -- low flags: 00
  219. -- high flags: 0000
  220. -- rect: left=482 top=312 right=340 bottom=504
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 6720 / 6720
  223. -- text alignment: 1
  224. -- font id: 0
  225. -- text size: 12
  226. -- style flags: 0
  227. -- line height: 16
  228. -- part name: Return
  229. ----- HyperTalk script -----
  230. on mouseUp
  231.   visual effect iris close
  232.   pop card
  233. end mouseUp
  234.  
  235.